home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000276_news@columbia.edu _Thu Jun 20 19:39:43 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar-ether.cc.columbia.edu [128.59.40.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id TAA04220 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Jun 1996 19:39:31 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id TAA17061 for kermit.misc@watsun; Thu, 20 Jun 1996 19:39:30 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!swrinde!newsfeed.internetmci.com!news.ac.net!news.cais.net!news.mathworks.com!news.PBI.net!samba.rahul.net!rahul.net!a2i!bug.rahul.net!rahul.net!a2i!genmagic!usenet
  5. From: William Mills <mills@genmagic.com>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: output command not working
  8. Date: Thu, 20 Jun 1996 13:36:09 -0700
  9. Organization: General Magic, Inc.
  10. Lines: 11
  11. Message-ID: <31C9B639.E87@genmagic.com>
  12. References: <01bb59a9.369fad80$9606848b@rmstephe.deakin.edu.au> <4prqns$jh3@apakabar.cc.columbia.edu> <01bb5a7d.c2679240$0f02000a@rana.deakin.edu.au>
  13. Reply-To: mills@genmagic.com
  14. NNTP-Posting-Host: gatekeep.genmagic.com
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=us-ascii
  17. Content-Transfer-Encoding: 7bit
  18. X-Mailer: Mozilla 2.01 (Macintosh; I; PPC)
  19.  
  20. I was having similar problems,  even testing parts of teh 
  21. script and when I put them all together they broke.
  22.  
  23. I found that frequent pauses of good size at the significant 
  24. points like after you log in, made it work.  I shove a pause 
  25. 10 in there and lo-and-behold it works.
  26.  
  27. Seems faster when testing by hand, but the script needs it I 
  28. guess.
  29.  
  30. -bill